ASP.NET Core MVC コントロールヘルプ
CssMatch メソッド (AutoCompleteBaseBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > AutoCompleteBaseBuilder<T,TControl,TBuilder> クラス : CssMatch メソッド
The value.
Configurates C1.Web.Mvc.AutoCompleteBase<T>.CssMatch. Sets the name of the CSS class used to highlight any parts of the content that match the search terms.
シンタックス
'宣言
 
Public Overridable Function CssMatch( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder CssMatch( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
By default, this property is set to "wj-state-match", which causes the matching terms to be shown in bold. You can set it to the name of a CSS class to change the way the matches are displayed.
参照

AutoCompleteBaseBuilder<T,TControl,TBuilder> クラス
AutoCompleteBaseBuilder<T,TControl,TBuilder> メンバ